func flag.isZeroValue

2 uses

	flag (current package)
		flag.go#L453: func isZeroValue(flag *Flag, value string) bool {
		flag.go#L529: 		if !isZeroValue(flag, flag.DefValue) {